Opc.Ua.Core
NodeIdDictionary<T> Class
Members 



Opc.Ua Namespace : NodeIdDictionary<T> Class
A dictionary designed to provide efficient lookups for objects identified by a NodeId
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class NodeIdDictionary(Of T) 
   Inherits System.Collections.Generic.Dictionary(Of NodeId,T)
'Usage
 
Dim instance As NodeIdDictionary(Of T)
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public class NodeIdDictionary<T> : System.Collections.Generic.Dictionary<NodeId,T> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
generic<typename T>
public ref class NodeIdDictionary : public System.Collections.Generic.Dictionary<NodeId,T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Opc.Ua.NodeIdDictionary<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeIdDictionary<T> Members
Opc.Ua Namespace